home *** CD-ROM | disk | FTP | other *** search
- Changes in 1.0b1
-
- Ñ Added the ability to single-step through an animation via CMD-N.
- Ñ Changed the default action of playing an FLI such that it now plays the entire FLI once, then stops.
- Ñ (Re-) added the ability to continuously loop displaying the FLI via a menu item (CMD-L).
-
- Changes in 1.0b2
-
- Ñ Fixed a problem with not being able to choose any items from the Apple menu.
- Ñ Added AppleEvents support.
- Ñ Re-implemented document launching to use AppleEvents, as the old method of opening documents
- will not be supported by PowerMacintosh. The original way of handling drag-and-drop and
- opening remains for compatibility reasons when running this app under System 6.0.x
-
- Changes in 1.0b3
- Ñ Fixed some problems with handling dynamic changes to an FLI's color table.
- Ñ Fixed some obscure problems with screen updating.
- Ñ Initial message when window is opened will now always update correctly.
- Ñ ESCAPE and CMD-. now active in the "Change Frame Rate" dialog.
- Ñ Implemented the "Fade To Black" update command.
- Ñ Implemented a progress indicator as the file is being opened.
-
- Changes in 1.0b4
- Ñ Fixed a really obvious mistake in the dynamic color table handling routines.
- Ñ Fixed a problem with odd-sized PixMaps (e.g. 200x200) not allocating storage correctly.
-
- Changes in 1.0b5
- Ñ Performance enhancements only. Reduced the number of times WaitNextEvent() is called
- from every time thru the main loop to every sixth time.
- Ñ Changes to the color table updating routines to enhance QuickDraw CopyBits() performance.